home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / linux-bo / chkconfi.000 / chkconfi / chkconfig-0.3b / README < prev   
Text File  |  1996-01-08  |  874b  |  22 lines

  1. This is a wholesale filch of IRIX chkconfig command for Linux and,
  2. indeed, any other operating system.
  3.  
  4. Linux, mostly, executes daemons on the basis of their availability,
  5. making reconfiguration of various aspects of the system less simple
  6. and, indeed, more fragile. Much editing of /etc/rc.d/rc.* is needed
  7. for such simple tasks as selecting which daemons and/or capabilities
  8. to enable.
  9.  
  10. chkconfig allows the sysadmin to select what daemons and/or capabilities
  11. are to be enabled in the next reboot fairly simply.
  12.  
  13. There is no install target in the Makefile, simply move the linked
  14. chkconfig to /sbin or /usr/sbin, depending on your preference. I have
  15. it in /sbin, since I control module loading with it.
  16.  
  17. The code is still rather dirty, especially the configuration listing.
  18. It will be cleaned up somewhat in the next version. I hope :-).
  19.  
  20. Marc
  21. marc@leonardo.ls.huji.ac.il
  22.